SPREAD for WPF 3.0J - GcSpreadGrid
RemoveItem メソッド (NotifyCollection<T>)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > NotifyCollection<T> クラス : RemoveItem メソッド
削除する要素の 0 から始まるインデックス。
コレクションの指定したインデックスにある項目を削除します。
シンタックス
'宣言
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
protected override void RemoveItem( 
   int index
)

パラメータ

index
削除する要素の 0 から始まるインデックス。
例外
例外解説
index に指定された値がコレクションのサイズ以上です。
コレクションがロックされています。index に指定された値がコレクションのサイズ以上です。
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ